home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / gd25s.zip / CONFIGUR.IN < prev    next >
Text File  |  1993-10-08  |  491b  |  24 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(diff.h)
  3. AC_CONFIG_HEADER(config.h)
  4. AC_PROG_CC
  5. AC_PROG_CPP
  6. AC_PROG_INSTALL
  7. AC_MINIX
  8. AC_ISC_POSIX
  9. AC_DIR_HEADER
  10. AC_CONST
  11. AC_STDC_HEADERS
  12. AC_UNISTD_H
  13. AC_PID_T
  14. AC_RETSIGTYPE
  15. AC_HAVE_FUNCS(dup2 memchr sigaction strerror waitpid)
  16. AC_HAVE_HEADERS(fcntl.h limits.h stdlib.h string.h sys/wait.h time.h)
  17. AC_VFORK
  18. AC_VPRINTF
  19. AC_ALLOCA
  20. AC_ST_BLKSIZE
  21. AC_STAT_MACROS_BROKEN
  22. AC_XENIX_DIR
  23. AC_OUTPUT(Makefile)
  24.